This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Rex Prejipyvergon 6.Jan.04 10:11 PM a Web browser Domino Web Access6.0.2 CF2Linux - RedHat
The following works in a local java agent on the server. Once I moved the same basic code to a tomcat servlet using remote iiop calls, the first element of the vector is empty.
any ideas..this is beat!
doc.replaceItemValue("HTTPPassword", "password");
Vector v = insession.evaluate("@Password(HTTPPassword)", doc);
doc.replaceItemValue("HTTPPassword", v.firstElement());